const runtime._Gsyscall
19 uses
runtime (current package)
heapdump.go#L420: _Gsyscall,
mgcmark.go#L208: if (status == _Gwaiting || status == _Gsyscall) && gp.waitsince == 0 {
mgcmark.go#L749: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L162: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L271: _Gsyscall | _Gscan:
proc.go#L1017: _Gsyscall:
proc.go#L2075: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2190: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L4011: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4121: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4187: casgstatus(gp, _Gsyscall, _Grunning)
proc.go#L4324: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5448: _Gsyscall:
runtime2.go#L50: _Gsyscall // 3
runtime2.go#L103: _Gscansyscall = _Gscan + _Gsyscall // 0x1003
trace.go#L344: if status == _Gsyscall {
traceback.go#L860: if readgstatus(gp)&^_Gscan == _Gsyscall {
traceback.go#L1178: _Gsyscall: "syscall",
traceback.go#L1206: if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |